home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 125 / CD Gamer Issue 125 (August 2003) (Disc 1).ISO / Games / Unreal 2 / unreal2demo 2.exe / Disk1 / data1.cab / App_Executables / Scripts / M08A / GoSpunk.u2s < prev    next >
Encoding:
Text File  |  2003-03-13  |  619 b   |  35 lines

  1. //TrashArea_1
  2.  
  3. call setupontriggers
  4. sethealth 50
  5.  
  6. :killya
  7. inert 1
  8. testrandom 0.5 gotolabel Killya2
  9. playsound player U2Izarian.Retreat2 slot_talk
  10. gotoactor pathnode93
  11. gotoactor pathnode94
  12. gotoactor pathnode95
  13. playsound player U2Izarian.Taunt2 slot_talk
  14. firealt 0.3
  15. //weaponaltfire 0.3
  16. playsound player U2Izarian.DieSoft2 slot_talk
  17. gotoactor pathnode94
  18. gotoactor pathnode93
  19. gotoactor pathnode94
  20. inert 0
  21. turntoactor player 2
  22. sleep
  23.  
  24. :Killya2
  25. playsound player U2Izarian.Idle6 slot_talk
  26. gotoactor pathnode95
  27. playsound player U2Izarian.Hit3 slot_talk
  28. inert 0
  29. sleep
  30.  
  31.  
  32. :setupontriggers
  33. return
  34.  
  35.